home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9709 / 000030_owner-linux-arm…r.rutgers.edu _Wed Sep 17 13:41:10 1997.msg < prev    next >
Internet Message Format  |  1997-11-30  |  2KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id NAA20169
  4.     for <willy@odie.fluff.org>; Wed, 17 Sep 1997 13:41:08 +0100
  5. Received: from vger.rutgers.edu ([128.6.190.2] EHLO vger.rutgers.edu ident: root [port 4874]) by nic.funet.fi with ESMTP id <6955-32464>; Wed, 17 Sep 1997 15:36:40 +0300
  6. Received: by vger.rutgers.edu id <972947-25585>; Wed, 17 Sep 1997 04:38:54 -0400
  7. Received: from hermes.dur.ac.uk ([129.234.4.9] EHLO hermes.dur.ac.uk ident: IDENT-NOT-QUERIED [port 55335]) by vger.rutgers.edu with ESMTP id <972928-25587>; Wed, 17 Sep 1997 04:38:39 -0400
  8. Received: from dust0 by hermes.dur.ac.uk id <JAA19023@hermes.dur.ac.uk>
  9.   (8.8.7/ for dur.ac.uk) with SMTP; Wed, 17 Sep 1997 09:45:11 +0100 (BST)
  10. Date:     Wed, 17 Sep 1997 09:45:02 +0100 (BST)
  11. From: Ale Terlevich <A.I.Terlevich@durham.ac.uk>
  12. To: Jan Magnussen <janm@kom.auc.dk>
  13. cc: linux-arm@vger.rutgers.edu
  14. Subject: Re: Loopmount
  15. In-Reply-To: <Marcel-1.26-0916221519-b492VYi@janm.kom.auc.dk>
  16. Message-ID: <Pine.SOL.3.91-941213.970917093813.18679A-100000@dust0.dur.ac.uk>
  17. MIME-Version: 1.0
  18. Content-Type: TEXT/PLAIN; charset=US-ASCII
  19. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  20. Sender: owner-linux-arm@vger.rutgers.edu
  21. Precedence: bulk
  22. Status: RO
  23.  
  24.  
  25.  
  26. > How do I loopmount a vfat formatted imagefile found on my hda1 (adfs).
  27. > I am trying to install ARMLinux via this file, which contain all the RedHat
  28. > installation files and RPMs.
  29. > And when mounted, how do I select that partition in the 'locate installation
  30. > files' menu.
  31. > BTW: I have already loaded the 'loop.o' module.
  32.  
  33.   Have you compiled your own kernel?  I can't find a loop.o module with 
  34. the latest precompiled one (I use the procompiled one rather than my own 
  35. for the sound.o module :) )
  36.  
  37.   Anyway, as for loopback, you'll probably need to go and grab losetup 
  38. from somewhere. It's not in ArmLinux, but is on slackware. Hopefuly it'll 
  39. compile OK.
  40.  
  41.   I suspect we really need to use RedHat4 rather than 3 (Isn't that what 
  42. we're using now?), as 3 is getting a bit long in the tooth now...
  43.  
  44. LOSETUP(8)             MAINTENANCE COMMANDS            LOSETUP(8)
  45.  
  46. NAME
  47.        losetup - set up and control loop devices
  48.  
  49. SYNOPSIS
  50.        losetup [ -e encryption ] [ -o offset ] loop_device file
  51.        losetup [ -d ] loop_device
  52.  
  53. Ale.